/* index
=========================================*/
.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  height: 650px;
  background: url("/assets/image/swiper-01.png");
  background-size: cover;
  position: relative;
}

.nav {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  position: absolute;
  top: 0;
  z-index: 29;
}

.logo {
  font-size: 0;
  line-height: 0;
}
.logo .link {
  display: block;
  width: 580px;
  height: 80px;
}
.logo .img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.navlist {
  width: 980px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}
.navlist .nav-item-span {
  color: #fff;
  font-size: 16px;
  position: relative;
}
.navlist .nav-item-span:hover, .navlist .nav-item-span.active {
  color: #fff;
  position: relative;
}
.navlist .nav-item-span:hover::after, .navlist .nav-item-span.active::after {
  content: "";
  width: 68px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  background-color: #e47736;
  z-index: 999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner {
  z-index: 9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .wrap {
  height: 110px;
  background-color: #fff;
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner .wrap img {
  display: inline-block;
}
.banner .wrap .connet {
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .wrap .phone {
  margin-left: 30px;
  font-size: 22px;
  color: #333333;
}

.section-hd {
  text-align: center;
  padding-top:70px;
}
.section-hd .title {
  font-size: 32px;
  color: #333333;
  position: relative;
  margin-bottom: 25px;
}
.section-hd .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 145px;
  height: 3px;
  background-color: #e47736;
}
.section-hd .tips {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 12px;
}
.section-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: unset;
      justify-self: unset;
}
.section-bd .describe {
  width: 550px;
  font-size: 14px;
  line-height: 34px;
  color: #666;
  margin-right: 72px;
}
.section-bd .belief {
  padding-top: 32px;
  font-size: 22px;
  color: #666666;
}

.feature {
  width: 170px;
  height: 170px;
  padding: 50px;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 17px;
  -webkit-box-shadow: 0px 2px 10px #cecece;
          box-shadow: 0px 2px 10px #cecece;
}
.feature:first-of-type {
  margin-left: 0;
}
.feature:last-of-type {
  margin-right: 0;
}
.feature-list {
  margin-top:20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature .icon{
  height: 50px;
}
.feature p {
  padding-top: 20px;
  font-size: 16px;
  color: #333;
}
.feature a{
  display: block;
  background: #fff;
  width: 170px;
  height: 170px;
  padding: 50px 0 26px 0;
  margin:-50px 0 0 0
}
.feature a:hover{
  background: #f4f1eb;
}

.about {
  height: 600px;
  background: url("/assets/image/about-bg.png");
}

.certification {
  height: 520px;
  background: url("/assets//image/certifi-bg.png");
}
.certification .section-hd {
  padding-top: 30px;
}
.certification .section-hd .title {
  color: #fff;
}
.certification .section-hd .title::after {
  display: none;
}
.certification .section-bd {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.performance {
  height: 635px;
  background: url("/assets/image/back.jpg");
}
.performance .section-hd {
  padding-top: 50px;
}
.performance .section-bd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.performance .section-bd .content {
  padding-top: 70px;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
}

.news {
  height: 755px;
  background: url("/assets/image/news-bg.png");
}
.news .section-hd {
  padding-top: 50px;
}
.news .section-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-left {
  width: 380px;
  display: block;
  margin-right: 30px;
}
.news-left .info {
  width: 380px;
  background-color: #333333;
  padding: 55px 25px;
  font-size: 12px;
  color: #cccccc;
  line-height: 26px;
  margin-right: 30px;
}
.news-left .time {
  font-size: 12px;
  color: #666666;
}
.news-item {
  padding: 20px 0;
  border-bottom: 1px dashed #666;
}
.news-item:last-of-type {
  border: none;
}
.news-item .item {
  display: block;
  color: #333333;
}
.news-item .item:hover {
  color: #333333;
}
.news-item .item .figure {
  float: left;
  margin-right: 20px;
}
.news-item .item .literal {
  overflow: hidden;
}
.news-item .item .literal .headline {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 7px;
}
.news-item .item .literal .tag {
  color: #999999;
}
.news-item .item .detail {
  font-size: 12px;
  line-height: 26px;
  color: #666666;
}
.news-item .item .timer {
  font-size: 12px;
  color: #999999;
}

.gallery {
  height: 800px;
  background: url("/assets/image/hotal-bg.png");
  padding-top: 15px;
}

.result {
  position: relative;
}
.result:first-of-type {
  margin-right: 15px;
}
.result:first-of-type .annotation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.result:last-of-type {
  margin: 11px 0 0 15px;
}
.result:nth-of-type(3) {
  margin: 15px 0 0 0px;
}
.result:last-of-type .annotation {
  top: 0;
}
.result:nth-of-type(3) .annotation {
  top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.result .annotation {
  position: absolute;
  padding: 0 25px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result img {
  height:380px;
}
.result .annotation a {
  color: #fff;
}
.result .annotation a:hover {
  color: #fff;
}
.result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pattern {
  padding-bottom: 80px;
  background-color: #fff;
}

.partner {
  width: 228px;
  height: 98px;
  border: 1px solid #e6e8ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 13px 13px 0;
}
.partner img{
  width:220px;
}
.partner-list {
  padding-top: 50px;
  padding-left:115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer {
  background-color: #333333;
  padding: 30px 0;
}

.skip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0 20px;
  width: 900px;
  margin: 0 auto;
}
.skip .caption {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 15px;
}
.skip .caption a{
  color: #Fff;
}
.skip > ul li {
  font-size: 14px;
  color: #cccccc;
  line-height: 24px;
}
.skip > ul li a {
  color: #cccccc;
}
.skip > ul li a:hover {
  color: #cccccc;
}

.copyright {
  font-size: 14px;
  color: #cccccc;
  text-align: center;
  line-height: 28px;
}

/* reset */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  z-index: 19;
  bottom: 0;
}

.certification-swiper {
  width: 1160px;
  margin: 10px auto;
  position: static !important;
  padding: 0;
}
.certification-swiper .swiper-wrapper {
  margin: 0 auto;
}
.certification-swiper .swiper-wrapper .swiper-slide {
  z-index: 2;
}
/*
.certification-swiper .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(0.8, 0.8) translateX(65px);
          transform: scale(0.8, 0.8) translateX(65px);
  padding: 10px;
  z-index: 9;
}
.certification-swiper .swiper-wrapper .swiper-slide-duplicate-prev {
  -webkit-transform: scale(0.8, 0.8) translateX(-65px);
          transform: scale(0.8, 0.8) translateX(-65px);
  padding: 10px;
  z-index: 9;
}
*/
.certification-swiper .swiper-slide {
  width: 300px;
  height: 390px;
  padding: 10px;
}
.certification-swiper .swiper-slide img {
  /* width: 100%; */
  height: 100%;
}
.certification-swiper .swiper-button-prev {
  background: url(/assets/image/left.png) no-repeat 50% 50%;
  left: 0;
}
.certification-swiper .swiper-button-next {
  background: url(/assets/image/right.png) no-repeat 50% 50%;
  right:0;
}

.nav-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #545454;
}
.nav-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #e47736;
}

.main {
  position: relative;
}
.main-back {
  box-shadow: 0px 4px 10px #ddd;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  height:48px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}